.footer-section {
    height: auto;
    /* background-image: linear-gradient( rgba(154,6,11,.8),rgba(154,6,11,.8)),  url("../../images/backgrounds/footer-bg-img.webp"); */

    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-color: #414141;
    color: white;
    padding: 60px 0px;

}

.footer-section a {
    color: white;
}

.footer-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 28px;
}

.details-container {
    display: flex;
    gap: 10px;
}

.details-container img {
    height: 50px;
    width: 50px;
}

.footer-section h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-logo-container img {
    width: 100%;
}

.quick_links-container ul {
    display: flex;
}

.quick_links-container ul li {
    flex: 1 0 40%;
}

/* .footer-section .first-row {
    align-items: center;
    color: white;

}
.footer-section .footer-logo img{
    width: 90%;
    background-color: #e5e5e5;
}
.second-row {
    padding-top: 50px;
    align-items: center;
}

.footer-section ul,
a {
    color: white;
}

.footer-section ul {
    border-left: 1px solid #fff;
    padding-left: 25px;
}

.footer-section .contactUs-box i {
    font-size: 20px;
    padding-right: 5px;
}

.footer-section .location-box i {
    font-size: 20px;
    padding-right: 5px;
}

.footer-section .second-row a {
    text-decoration: none;
} */

.footer-section .social-media-icons-container {
    position: relative;
}

.footer-section .social-media-icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    position: relative;
}

.footer-section .social-media-icon i {
    color: #414141;
    padding-top: 10px;
    font-size: 18px;
}

.footer-section .social-media-icons-container {
    display: flex;
    gap: 20px;
}

.footer-section .social-media-icon::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 34px;
    border-radius: 50%;
    bottom: -28px;
    left: -6px;
    background-color: #414141;

}

.footer-section .social-media-icon::after {
    content: "";
    position: absolute;
    height: 50px;
    width: 34px;
    border-radius: 50%;
    bottom: -28px;
    right: -6px;
    background-color: #414141;
}


.copy-right-box {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;

}

.copy-right-box p {
    font-size: 14px;
    
}
#top_scoll_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
}

#top_scoll_btn img{
    height: 30px;
    width: 30px;
  }

/* ----------------------media-queries------------------ */
@media screen and (max-width:1199px) {
    .details-container {
       
        margin-bottom: 20px;
    }
}

@media screen and (max-width:394px){
    .details-container img {
        height: 42px;
        width: 42px;
    }
    .footer-section .social-media-icon {
        height: 52px;
        width: 54px;
    }
}

@media screen and (max-width:320px){
    .quick_links-container ul li {
        flex: 1 0 35%;
    }
    .footer-section a{
        font-size: 13px;
    }
}

@media screen and (max-width:991px){
    .copy-right-box p {
        font-size: 14px;
        text-align: center;
    }
}

@media screen and (max-width:432px){
    .copy-right-box p {
        font-size: 12px;
      
    }
    #top_scoll_btn img {
        height: 28px;
        width: 28px;
    }
    #top_scoll_btn {
       
        padding: 5px;
       
    }
}